LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

FeedGetInformation(Byte[],Int32,Int32) Method






The image file data.
Offset from the beginning of the buffer to where the image data starts.
Total size (in bytes) of the image data.
Supplies image data to the file information process from a buffer that you provide. .NET support WinRT support
Syntax
public bool FeedGetInformation( 
   byte[] data,
   int offset,
   int length
)
'Declaration
 
Public Overloads Function FeedGetInformation( _
   ByVal data() As Byte, _
   ByVal offset As Integer, _
   ByVal length As Integer _
) As Boolean
'Usage
 
Dim instance As RasterCodecs
Dim data() As Byte
Dim offset As Integer
Dim length As Integer
Dim value As Boolean
 
value = instance.FeedGetInformation(data, offset, length)
public bool FeedGetInformation( 
   byte[] data,
   int offset,
   int length
)
 function Leadtools.Codecs.RasterCodecs.FeedGetInformation(Byte[],Int32,Int32)( 
   data ,
   offset ,
   length 
)
public:
bool FeedGetInformation( 
   array<byte>^ data,
   int offset,
   int length
) 

Parameters

data
The image file data.
offset
Offset from the beginning of the buffer to where the image data starts.
length
Total size (in bytes) of the image data.

Return Value

true if the get information process requires more data; false, otherwise. When this method returns false, you can break out of the loop and call StopFeedGetInformation to obtain the CodecsImageInfo object containing information about the image file.
Remarks

Use this method with the StartFeedGetInformation and StopFeedGetInformation methods.

For a description of how the methods relate to each other, refer to StartFeedGetInformation.

Example
For an example, refer to StartFeedGetInformation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCodecs Class
RasterCodecs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.